The tostring() method converts a number to string
The toExponetial() method - returns a string with a number rounded and written using toExponetial notation.
The tofixed() method- rounds a number to a given number of digits.
The toprecision() method - returns a string with a number written with a specified length
The Valueof() method - returns a number as a number
number() method, parseInt() method, parseFloat() method
javascript Global method can be used on all javascript data type.
The number() method - converts variables to numbers
The number() method can convert a date to a number
the parseint() method- converts strings to numbers. first number is returned
The parseFloat() method - parses a string and returns a number. first number is returned